Use the module's correct name in test. (#160122)
authorTor Lillqvist <tml@iki.fi>
Wed, 1 Dec 2004 20:23:48 +0000 (20:23 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 1 Dec 2004 20:23:48 +0000 (20:23 +0000)
2004-12-01  Tor Lillqvist  <tml@iki.fi>

* modules/input/imime.c (im_module_create): Use the module's
correct name in test. (#160122)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
modules/input/imime.c

index 720b8e56a074d165f62c95165fa7b0a7a0741273..7c8132afcc9a91bc45ddeeea49d65e3cd03219c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-01  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/imime.c (im_module_create): Use the module's
+       correct name in test. (#160122)
+
 2004-12-01  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkuimanager.[ch]: added virtual functions
index 720b8e56a074d165f62c95165fa7b0a7a0741273..7c8132afcc9a91bc45ddeeea49d65e3cd03219c4 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-01  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/imime.c (im_module_create): Use the module's
+       correct name in test. (#160122)
+
 2004-12-01  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkuimanager.[ch]: added virtual functions
index 720b8e56a074d165f62c95165fa7b0a7a0741273..7c8132afcc9a91bc45ddeeea49d65e3cd03219c4 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-01  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/imime.c (im_module_create): Use the module's
+       correct name in test. (#160122)
+
 2004-12-01  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkuimanager.[ch]: added virtual functions
index 720b8e56a074d165f62c95165fa7b0a7a0741273..7c8132afcc9a91bc45ddeeea49d65e3cd03219c4 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-01  Tor Lillqvist  <tml@iki.fi>
+
+       * modules/input/imime.c (im_module_create): Use the module's
+       correct name in test. (#160122)
+
 2004-12-01  Michael Natterer  <mitch@gimp.org>
 
        * gtk/gtkuimanager.[ch]: added virtual functions
index 75291e1a3f6aae1c6d5fad567421fe8eedb2bb04..74d19703e4c57458179298cf69ba6fc0f69aec84 100644 (file)
@@ -60,7 +60,7 @@ im_module_create (const gchar * context_id)
 {
   g_return_val_if_fail (context_id, NULL);
 
-  if (!strcmp (context_id, "win32ime"))
+  if (!strcmp (context_id, "ime"))
     return g_object_new (GTK_TYPE_IM_CONTEXT_IME, NULL);
   else
     return NULL;